home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / faq / comp / postscri / programs / text0000.txt < prev   
Encoding:
Text File  |  1994-04-11  |  64.4 KB  |  1,840 lines

  1. Archive-name: postscript/programs
  2. Last-modified: 1993/12/26
  3. Version: 1.11
  4.  
  5.                           -- PostScript Sources -- 
  6.  
  7.                   Introduction to comp.sources.postscript 
  8.  
  9.                   (the comp.sources.postscript FAQ v1.11) 
  10.  
  11.                              Jonathan Monsarrat 
  12.  
  13.                       postscript-request@cs.brown.edu 
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                      This FAQ is formatted as a digest. 
  21.  
  22.                 Most news readers can skip from one question 
  23.  
  24.                 to the next by pressing control-G. GNUs uses 
  25.  
  26.                    C-c C-n to skip to the next question. 
  27.  
  28.  
  29.     To contribute sources, read the section ``Submitting Sources''. 
  30.  
  31.     Newsgroup-related mail that is not a submission should be sent to 
  32.     me at postscript-request@cs.brown.edu. 
  33.  
  34.     Related FAQs: comp.lang.postscript, comp.sources.misc, comp.text, 
  35.     comp.text.tex, comp.fonts, comp.graphics. 
  36.  
  37.     The comp.sources.postscript archives are available by ftp to 
  38.     ftp.sterling.com in /usenet/comp.sources.postscript/ or 
  39.     ftp.ips.cs.tu-bs.de in /usenet/comp.sources.postscript. There is an 
  40.     index in the last section of this FAQ. 
  41.  
  42.     This FAQ and the indexes are available by anonymous ftp to 
  43.     wilma.cs.brown.edu:pub/comp.sources.postscript. You can get the 
  44.     comp.lang.postscript FAQ by anonymous ftp to 
  45.     wilma.cs.brown.edu:pub/comp.lang.postscript. Both come in ASCII, 
  46.     LaTeX, DVI, and PostScript formats. 
  47.  
  48. Subject: 5 PostScript Interpreters and Utilities 
  49.  
  50.     This section lists all the large PostScript programs that I know 
  51.     of, both commercial and for free. These programs have largely not 
  52.     been posted to comp.sources.postscript, but there are references 
  53.     about where to get all programs. 
  54.  
  55.     I would like very much to be able to recommend some of these 
  56.     programs over others. Unfortunately, I have very little information 
  57.     about most of them. Please send information or additions! Programs 
  58.     without significant information will be dropped shortly. 
  59.  
  60.     Included in this index are a number of ASCII to PostScript 
  61.     conversion programs. These are quick and dirty programs, and it is 
  62.     unclear why having so many of them is interesting, so many will 
  63.     probably be deleted (send mail about the ones you like most). If 
  64.     you really want to convert ASCII to PostScript in a high quality 
  65.     way, what you want is a real text formatter. (See the FAQ for 
  66.     comp.text and comp.text.tex) 
  67.  
  68.     If you have a program, please let me know. Section 10, ``About the 
  69.     FAQ'' has some hints on what I'm hoping to get when I get a program 
  70.     description. 
  71.  
  72.     I am grateful to Howard Gayle (howard@hal.com) for a large portion 
  73.     of the below information. 
  74.  
  75.     Now that there is Linux, IBM PC (and clone) users can run any of 
  76.     the X-windows and UNIX programs in the utilities section. 
  77.  
  78.  
  79. Subject: 5.1 How can I find a program? 
  80.  
  81.     To find a program, try using an ``archie'' server. Archie will 
  82.     figure out which FTP sites have the program that you are looking 
  83.     for. Please try archie before asking people for the program. 
  84.  
  85.     I would be happy to answer questions about where to get programs. 
  86.     Just send me email. If you find a good ftp site for these programs, 
  87.     please let me know. 
  88.  
  89.     To use archie, just type ``archie'' or ``xarchie''. If you don't 
  90.     have that program, then you can telnet to one of the following 
  91.     addresses and type ``archie'' as the username. To get help type 
  92.     ``help''. 
  93.  
  94.   
  95.         archie.rutgers.edu     (Rutgers University)
  96.         archie.unl.edu         (University of Nebraska in Lincoln)
  97.         archie.sura.net        (SURAnet archie server)
  98.         archie.ans.net         (ANS archie server)
  99.         archie.au              (Australian server)
  100.         archie.funet.fi        (European server in Finland)
  101.         archie.doc.ic.ac.uk    (UK/England server)
  102.         archie.cs.huji.ac.il   (Israel server)
  103.         archie.wide.ad.jp      (Japanese server)
  104.   
  105.     If you don't have telnet, send email to archie at any of the above 
  106.     sites with the subject ``help''. 
  107.  
  108.  
  109. Subject: 5.2 How can I browse through PostScript programs? 
  110.  
  111.     To find ftp sites that carry PostScript programs, try ``archie 
  112.     postscript''. Then use ftp to look through them. 
  113.  
  114.  
  115. Subject: 5.3 Keywords 
  116.  
  117.  
  118.  
  119.     What: 
  120.  
  121.  
  122.  
  123.       Bounding-Box 
  124.          Determines the bounding box of a PostScript program (so it can 
  125.          be converted to EPSF for example). 
  126.  
  127.  
  128.       Converts 
  129.          The program converts back and forth between formats such as: 
  130.          ASCII, PostScript, TeX, Images, PCL 
  131.  
  132.  
  133.       Converts-Images 
  134.          A program that converts to too many image formats to name! 
  135.  
  136.  
  137.       Device-Utility 
  138.          A utility for a PostScript device. 
  139.  
  140.  
  141.       Document-Previewer 
  142.          The previewer has options for viewing text documents. NOTE: 
  143.          most previewers make passable document previewer even without 
  144.          these extra options. 
  145.  
  146.  
  147.       Example 
  148.          The source code for this program is a programming example for 
  149.          programmers. 
  150.  
  151.  
  152.       Font-Utility 
  153.          The program does something useful with font descriptions. 
  154.  
  155.  
  156.       Interpreter 
  157.          The program can understand the PostScript language. 
  158.  
  159.  
  160.       Level-2 
  161.          The program can interpret a reasonable amount of PostScript 
  162.          level 2. 
  163.  
  164.  
  165.       Non-PostScript-Printer-Driver 
  166.          The program allows PostScript drawings to be printed on at 
  167.          least one non-PostScript printer. 
  168.  
  169.  
  170.       Page-Reordering 
  171.          The program allows you to either choose a page or a few pages 
  172.          to print from a big document, or lets you print in reverse 
  173.          order, or lets you ``N-Up'', which means to put more than one 
  174.          page on a physical page. These programs work only if the 
  175.          PostScript input follows the Adobe Document Structuring 
  176.          Conventions. (See Section 9, ``Encapsulated PostScript''). 
  177.  
  178.  
  179.       Previewer 
  180.          The interpreter displays PostScript on the screen. 
  181.  
  182.  
  183.       Programmer-Utility 
  184.          The program helps write PostScript programs. 
  185.  
  186.  
  187.       Text-Formatter 
  188.          The program formats text in some interesting way, or lets you 
  189.          include PostScript in a text formatter. 
  190.  
  191.  
  192.       Written-in-PostScript 
  193.          The program is written entirely in PostScript and thus can run 
  194.          on any computer with an interpreter, or on any PostScript 
  195.          printer. 
  196.  
  197.  
  198.     Status 
  199.  
  200.  
  201.  
  202.       Shareware 
  203.          means that the program is free but the author would like 
  204.          money. 
  205.  
  206.  
  207.       Free 
  208.          means that the program is freely available. This usually means 
  209.          that source code is included and that it is freely 
  210.          distributable. 
  211.  
  212.  
  213.       Commercial 
  214.          means that some company sells the program. 
  215.  
  216.  
  217.       Platforms: 
  218.          What computers does it run on? For the IBM PC, look for 
  219.          ``MS-DOS''. For most workstations, look for ``UNIX''. 
  220.  
  221.  
  222.       Get-From 
  223.          tells where to get the program, through ftp or some other 
  224.          source. 
  225.  
  226.  
  227. Subject: 5.4 Interpreters 
  228.  
  229.     The following are all programs that understand the PostScript 
  230.     graphics programming language. PostScript is an interpreted 
  231.     language, which means that there is no compiler for it. An 
  232.     interpreter is like a compiler that, instead of producing a 
  233.     sequence of actions in machine language for the computer to handle 
  234.     at some future time, performs the actions itself immediately. 
  235.  
  236.     Most interpreters are also previewers, which allow you to view the 
  237.     PostScript drawing as it is created by the PostScript program. 
  238.     Unfortunately, viewing the document on-line is not guaranteed to be 
  239.     a perfect simulation of printing the document. Complex programs 
  240.     that use random numbers or check the device type will almost 
  241.     certainly run differently. 
  242.  
  243.     Some interpreters are meant for looking at text documents without 
  244.     printing them. They usually have a number of functions for flipping 
  245.     back and forth between pages. These interpreters are called 
  246.     document previewers. 
  247.  
  248.  
  249.  
  250.     dxpsview 
  251.       from DEC provides user selectable options to control its 
  252.       execution. It will accept DSC comments and honor them, but it 
  253.       allows the user to turn them off if that's the best thing to do. 
  254.  
  255.       It images valid PostScript, it honors color (if the DEC 
  256.       workstation is a color workstation), it images one page and stops 
  257.       with the showpage so the user can see the image. It allows you to 
  258.       page back and forth in the document EVEN IF IT'S NOT DSC! (Sure, 
  259.       slow at times if it's not DSC, but it still does the job!) It 
  260.       provides scaling and rotation under user control. 
  261.  
  262.  
  263.               What: Previewer. Status: commercial. Platforms: DEC 
  264.               workstation. Get-From: Digital Equipment Corporation. 
  265.  
  266.  
  267.     Freedom of Press 
  268.       ??? 
  269.  
  270.       For most users who only want to print to common printers like 
  271.       DeskWriters, StyleWriters, or Personal LaserWriter LS's, the 
  272.       light version of Freedom of the Press will suffice. ( $ 55). 
  273.  
  274.  
  275.               What: Interpreter, Non-PostScript-Printer-Driver. Status: 
  276.               commercial ( $ 55). Platforms: ???. Get-From: ???. 
  277.  
  278.  
  279.     Gammascript 
  280.       ??? 
  281.  
  282.  
  283.               What: Interpreter. Status: ???. Platforms: MS-DOS. 
  284.               Get-From: ???. 
  285.  
  286.  
  287.     Ghostscript 
  288.       is perhaps the most popular previewer. It is a PostScript 
  289.       interpreter written by L. Peter Deutsch, and is distributed under 
  290.       the terms of the GNU Library General Public License. Unlike 
  291.       commercial interpreters, ghostscript isn't tied to a particular 
  292.       piece of hardware. Ghostscript will compile on most common 
  293.       platforms, and has drivers for many common peripherals, including 
  294.       X11R [ 345 ] , MS-DOS-VGA, Deskjet 500, Epson dot matrix 
  295.       printers, and HP laserjets. 
  296.  
  297.       Ghostscript deals well with ``normal'' documents, such as output 
  298.       from Tomas Rokicki's dvips. If you're into testing the outer 
  299.       limits of PostScript, however, your mileage with Ghostscript may 
  300.       vary. The output character quality is (obviously) dependent upon 
  301.       the fonts which ghostscript uses. Most of ghostscript's fonts are 
  302.       outlines generated from the bitmap fonts that were donated by 
  303.       Adobe to the X consortium. These are certainly good enough for 
  304.       screen previewing, and rough drafts, but show their limitations 
  305.       when used on laser printers. Fortunately, Ghostscript can use 
  306.       type 1 fonts, so if you happen to have some around, you'll find 
  307.       that the output quality is very close to that of a PostScript 
  308.       interpreter. Ghostscript comes with a few type 1 fonts that were 
  309.       donated to the X consortium from Adobe, IBM, and Bitstream. Note 
  310.       that if you're using TeX or LaTeX with the cmr fonts, this last 
  311.       statement implies that ghostscript will probably suit your needs, 
  312.       since your dvi-to-ps converter will include the cmr fonts in its 
  313.       output PostScript file. 
  314.  
  315.       If you're using IBM OS/2 2.0, you can make a Ghostscript icon and 
  316.       drag PostScript files onto it and they'll be printed 
  317.       automatically. 
  318.  
  319.       Ghostscript 2.2 has been ported to the Atari ST platform by 
  320.       Timothy Gallivan. It's available by ftp to 
  321.       atari.archive.umich.edu. 
  322.  
  323.       For more information about Ghostscript, read the 
  324.       gnu.ghostscript.bug newsgroup, or contact the author, Peter 
  325.       Deutsch, at ghost@aladdin.com. 
  326.  
  327.  
  328.               What: Interpreter, Previewer, Programmer-Utility, 
  329.               User-Utility, Non-PostScript-Printer-Driver, Level-2, 
  330.               Converts-PostScript-to-GIF, Converts-PostScript-to-PBM. 
  331.               Status: free. Platforms: MS-DOS, UNIX, VMS, Xwindows, 
  332.               Macintosh, Acorn Archimedes, Atari-ST. Get-From: Japan: 
  333.               ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep 
  334.               Australia: archie.oz.au:gnu Europe: src.doc.ic.ac.uk:gnu, 
  335.               ftp.informatik.tu-muenchen.de, 
  336.               ftp.informatik.rwth-aachen.de:pub/gnu, 
  337.               nic.funet.fi:pub/gnu, ugle.unit.no, isy.liu.se, 
  338.               ftp.stacken.kth.se, sunic.sunet.se, ftp.win.tue.nl, 
  339.               ftp.diku.dk, ftp.eunet.ch, archive.eu.net United States: 
  340.               ftp.cs.wisc.edu:pub/X, prep.ai.mit.edu:pub/gnu, 
  341.               wuarchive.wustl.edu, ftp.cs.widener.edu, 
  342.               uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU, 
  343.               ftp.uu.net:systems/gnu. Macintosh: 
  344.               sumex-aim.stanford.edu:info-mac/util/ghostscript-252b2-runtime-*.hqx 
  345.               Archimedes: contact David Elworthy 
  346.               (David.Elworthy@cl.cam.ac.uk). 
  347.  
  348.       See Ghostview and GSPreview. 
  349.  
  350.  
  351.     Ghostview 
  352.       is an X11 user interface for ghostscript. It was written by Tim 
  353.       Theisen, and is distributed under the terms of the GNU General 
  354.       Public License. Ghostview runs on UNIX and VMS platforms. To 
  355.       compile ghostview, you should have the X11R5 distribution from 
  356.       MIT. Many vendors do not provide the Athena widgets. 
  357.  
  358.       Ghostview provides a menu driven interface with ample keyboard 
  359.       accelerators. It also provides popup zoom windows and the ability 
  360.       to save or print selected pages. 
  361.  
  362.       For more information about ghostview, contact the author, Tim 
  363.       Theisen, at ghostview@cs.wisc.edu. 
  364.  
  365.  
  366.               What: Bounding-Box, Document-Previewer, Level-2, 
  367.               Page-Reordering. Status: free. Platforms: X11 on Unix or 
  368.               VMS systems. Get-From: Source: 
  369.               ftp.cs.wisc.edu:/pub/X/ghostview-1.4.1.tar.Z or 
  370.               prep.ai.mit.edu:/pub/gnu/ghostview-1.4.1.tar.Z or other 
  371.               GNU distribution points (see ghostscript's listing) 
  372.               Binaries: ftp.cs.wisc.edu:/pub/X/ghostview-exe directory. 
  373.  
  374.  
  375.     GoScript 3.0 
  376.       ??? 
  377.  
  378.  
  379.               What: Interpreter. Status: ???. Platforms: MS-DOS. 
  380.               Get-From: ???. 
  381.  
  382.  
  383.     GSPreview 
  384.       A document previewer based on GhostScript, by Richard Hesketh. 
  385.  
  386.  
  387.               What: Document-Previewer, Level-2. Status: free. 
  388.               Platforms: X Windows. Get-From: prep.ai.mit.edu. 
  389.  
  390.  
  391.     Hijack-PS 
  392.       is part of the Hijaak packge for DOS, or for Windows. 
  393.  
  394.  
  395.               What: Interpreter, Converts-???. Status: commercial. 
  396.               Platforms: IBM PC. Get-From: MicroWarehouse sells it for 
  397.               $ 129. 
  398.  
  399.  
  400.     Island Draw 
  401.       is a picture editor that can save in and read in PostScript. It 
  402.       contains a full PostScript interpreter. 
  403.  
  404.  
  405.               What: Interpreter. Status: ???. Platforms: ???. Get-From: 
  406.               ???. 
  407.  
  408.  
  409.     JAWS 
  410.       ??? 
  411.  
  412.  
  413.               What: Interpreter. Status: Commercial. Platforms: Sun. 
  414.               Get-From: ???. 
  415.  
  416.       Where to get it: uad1077@dircon.co.uk 
  417.  
  418.  
  419.     NeXTStep, 
  420.       release 3.0 supports full level 2 PostScript. 
  421.  
  422.  
  423.               What: Interpreter. Status: commercial. Platforms: NeXT. 
  424.               Get-From: NeXT. 
  425.  
  426.  
  427.     Opium 
  428.       converts PostScript to several raster image formats. It has 
  429.       several language extensions relating to image processing (alpha 
  430.       channel, ``forall'' for images etc.) and usability of PostScript 
  431.       as a general purpose script language (``system'', secure and 
  432.       non-secure modes, etc.) Converts to TIFF 5.0 (including RLE, LZW, 
  433.       fax3, fax4, and JPEG compressions), PBM, PGM, PPM, Sixel (VT240, 
  434.       LN03), Group 3 fax, ASCII, and HPGL (experimental). 
  435.  
  436.  
  437.               What: Interpreter, Converts-PostScript-to-ASCII, Converts 
  438.               PostScript-to-TIFF, Converts-Images, Level-2, 
  439.               Converts-PostScript-to-HPGL. Status: commercial. 
  440.               Platforms: UNIX, Sun, DECstation, AIX, NeXT, Alpha and 
  441.               VMS. Get-From: Stream Technologies Inc., Valkjarventie 2, 
  442.               SF-02130 Espoo, FINLAND, Tel: +358 0 43577340, Fax: +358 
  443.               0 43577348, Email: info@sti.fi. 
  444.  
  445.  
  446.     pageview 
  447.       can preview PostScript on the Sun screen. The document must 
  448.       follow the DSC conventions described in section 9 (EPSF). 
  449.  
  450.  
  451.               What: Previewer. Status: commercial. Platforms: 
  452.               OpenWindows. Get-From: Sun. 
  453.  
  454.  
  455.     PixelScript 
  456.       ??? 
  457.  
  458.  
  459.               What: Interpreter, Previewer. Status: commercial. 
  460.               Platforms: Amiga. Get-From: ???. 
  461.  
  462.  
  463.     PowerPage 
  464.       from Pipeline Associates handles the special hints in Adobe Type 
  465.       1 fonts (see Section 4, ``Fonts''). 
  466.  
  467.  
  468.               What: Interpreter. Status: commercial. Platforms: ???. 
  469.               Get-From: Pipeline Associates. 
  470.  
  471.  
  472.     Post 
  473.       turns PostScript files into screen images, image files, and 
  474.       prints on non-PostScript printers. Scaling & pixel density are 
  475.       adjustable by the user. It is excellent, works in color, supports 
  476.       types 1 and 3 fonts. By Adrian Aylward, 20 Maidstone Rd Swindon, 
  477.       WILTS. UK. 
  478.  
  479.       This is not the same as Post for MS-DOS. 
  480.  
  481.  
  482.               What: Interpreter, Previewer, Converts-Images. Status: 
  483.               free. Platforms: Amiga. Get-From: Compuserve, or from any 
  484.               Amiga PD source, in the well-known Fred Fish collection. 
  485.               Current version is 1.7, on Fish Disk 669. Or 
  486.               grind.isca.uiowa.edu, gatekeeper.dec.com [ 
  487.               /pub/micro/amiga/fish ] , monu6.cc.monash.edu.au, 
  488.               ux1.cso.uiuc.edu [ amiga/fish/f6/ff669 ] . 
  489.  
  490.  
  491.     PS-Magic 
  492.       ??? 
  493.  
  494.       Registration is $ 40 and includes the usual 40 font family. 
  495.       Otherwise it only includes the Times font family. 
  496.  
  497.  
  498.               What: Interpreter. Status: shareware ( $ 40). Platforms: 
  499.               ???. Get-From: Advantage Computer, Box 524, Fremont CA 
  500.               94537, U.S.A. Or, in Toronto, it can be downloaded from 
  501.               CRS: Canada Remote Systems (Mississauga). 
  502.  
  503.  
  504.     PSView 
  505.       ??? 
  506.  
  507.  
  508.               What: Interpreter. Status: ???. Platforms: Macintosh. 
  509.               Get-From: ???. 
  510.  
  511.  
  512.     TScript 
  513.       ??? 
  514.  
  515.       For most users who only want to print to common printers like 
  516.       DeskWriters, StyleWriters, or Personal LaserWriter LS's, the 
  517.       Basic version of TScript will suffice ( $ 55). 
  518.  
  519.       A more complex version is available that works with more esoteric 
  520.       printers, particularly color printers and very-high-end 
  521.       imagesetters. 
  522.  
  523.  
  524.               What: Interpreter. Status: commercial ( $ 55). Platforms: 
  525.               Macintosh. Get-From: ???. 
  526.  
  527.  
  528.     UltraScript PC 
  529.       is a PostScript previewer for level 1 PostScript only. 
  530.  
  531.       UltraScript PC can print from within an application. This feature 
  532.       requires about 1 Mbyte of memory above the minimum requirement. 
  533.       It can process hinted type-1 (Adobe) fonts. The products include 
  534.       QMS fonts with metrics that match those of Adobe's fonts. 
  535.  
  536.       The main PostScript interpreter in UltraScript PC runs as a TSR, 
  537.       mostly living in extended memory (occupies about 24K below the 
  538.       640K line). There is a different TSR called PCAPTURE that 
  539.       intercepts LPTn output and routes it to UltraScript, which 
  540.       interprets it and prints to the real printer. There's also a 
  541.       front-end program which selects printing from an already-existing 
  542.       file or lets you run in interactive mode (similar to 
  543.       ``executive'' on a PostScript printer). 
  544.  
  545.       UltraScript PC is $ 195. It runs in PC/AT compatibles and needs 
  546.       about 1M of extended memory. The basic version includes 25 fonts. 
  547.       UltraScript PC Plus is $ 445 includes 47 fonts. The previewer 
  548.       requires Microsoft Windows 3. 
  549.  
  550.       UltraScript for the Macintosh requires at least a 2 Mbyte system 
  551.       to run. The basic version is $ 195 and includes 15 fonts. 
  552.       UltraScript Plus is $ 495, includes 43 fonts, and has an 
  553.       AppleTalk print spooler. It appears on the Chooser as a printer. 
  554.  
  555.  
  556.               What: Previewer, Non-PostScript-Printer-Driver, 
  557.               Converts-PostScript-to-PCL, Converts-PostScript-to-PCX, 
  558.               Converts-PostScript-to-TIFF. Status: commercial. 
  559.               Platforms: MS-DOS, Macintosh. Get-From: PM Ware in 
  560.               Escondido, California, 1-800-845-4843 or 1-619-738-6633. 
  561.               CompuClassics, phone 1-800-733-3888. 
  562.  
  563.  
  564. Subject: 5.5 Utilities 
  565.  
  566.     The following are utilities intended to make using PostScript or 
  567.     programming in PostScript easier. Many interpreters are also very 
  568.     useful utilities. A program that makes something nice-looking but 
  569.     does not help you use or program in PostScript would be in one of 
  570.     the next section, PostScript Programs. This section has not yet 
  571.     been created, but I am accepting information for it! 
  572.  
  573.  
  574.  
  575.     a2ps 
  576.       v4.2 places two pages on each physical page, borders surrounding 
  577.       pages, headers, line numbering, multiple copies, landscape and 
  578.       portrait mode, wide format, lines numbering, fold/cut long lines, 
  579.       control font size. It can handle 8 bit characters, twin pages in 
  580.       portrait mode, and two-side printing. 
  581.  
  582.  
  583.               What: Converts-ASCII-to-PostScript. Status: free. 
  584.               Platforms: UNIX, MS-DOS. Get-From: ftp from imag.fr, in 
  585.               archive/postscript. 
  586.  
  587.  
  588.     asc2ps 
  589.       is part of Psroff3.0, and is integrated with psxlate. It is of 
  590.       particular interest because it understands nroff's backspace bold 
  591.       and italic conventions and doesn't introduce lots of extra bells 
  592.       and whistles. 
  593.  
  594.  
  595.               What: Converts-ASCII-to-PostScript. Status: free. 
  596.               Platforms: ???. Get-From: See Psroff3.0. 
  597.  
  598.  
  599.     asciiprint.ps 
  600.       ??? 
  601.  
  602.  
  603.               What: Converts-ASCII-to-PostScript, Example. Status: 
  604.               free. Platforms: PostScript. Get-From: zben@umd5.umd.edu 
  605.               (Ben Cranston). 
  606.  
  607.  
  608.     ato2pps 
  609.       prints ASCII printable text boxed, 2-up, in landscape mode. 
  610.       Prints boxed header with date & time, file name, and page number. 
  611.  
  612.  
  613.               What: Converts-ASCII-to-PostScript. Status: free. 
  614.               Platforms: UNIX, possibly available on Macintosh (C 
  615.               program). Get-From: Mark Edwards 
  616.               (edwards@vms.macc.wisc.edu). 
  617.  
  618.  
  619.     Bar-a-Coda 
  620.       is an application for creating PostScript (EPS and EPSI) and TIFF 
  621.       bar codes. Bar-a-Coda allows you to easily create an individual 
  622.       bar code, a sheet, or many sheets. 
  623.  
  624.  
  625.     BarCodeKit 
  626.       is an object library (in Objective-C) for creating PostScript 
  627.       (EPS and EPSI) and TIFF bar codes. 
  628.  
  629.       The two products offer every major bar code symbology. They can 
  630.       also create two-dimensional/multiple row bar codes. 
  631.  
  632.       Bar codes can be scaled and rotated, colorized, dragged and 
  633.       dropped into documents and accessed from any application via the 
  634.       NeXTSTEP Services menu. 
  635.  
  636.  
  637.               What: User-Utility. Status: Commercial. Platforms: 
  638.               NeXTSTEP. Get-From: Hot Technologies, email to 
  639.               info@hot.com or phone 617-252-0088. 
  640.  
  641.  
  642.     bbfig 
  643.       will let you calculate the bounding box of a PostScript picture. 
  644.       It prints the figure and then calculates the bounding box around 
  645.       the figure and print the box and its coordinates. This usually 
  646.       works. However, for the times that it fails you have to measure 
  647.       it by hand. 
  648.  
  649.  
  650.               What: Bounding-Box. Status: free. Platforms: ???. 
  651.               Get-From: world.std.com:/src/text/tex/dvips/contrib, 
  652.               emx.cc.utexas.edu:/pub/mnt/source/tex/dvi3ps, 
  653.               isfs.kuis.kyoto-u.ac.jp:/TeX/styles/kth.se. 
  654.  
  655.  
  656.     behandler.ps 
  657.       is a PostScript error handler. If you prepend it to a broken 
  658.       PostScript file it will give a lot of information when the 
  659.       program crashes. 
  660.  
  661.  
  662.               What: Programmer-Utility. Status: free. Platforms: 
  663.               PostScript. Get-From: 
  664.               wilma.cs.brown.edu:pub/postscript/behandler.ps and 
  665.               behandler.doc. 
  666.  
  667.  
  668.     cz 
  669.       is table-driven, handles almost any character set, uses any font 
  670.       on printer, control font sizes, paper size, page layout, number 
  671.       of columns, line numbers, portrait or landscape mode, page 
  672.       reversal, leading (line spacing), tab expansion. Emacs interface. 
  673.       By Howard Gayle. 
  674.  
  675.  
  676.               What: Converts-ASCII-to-PostScript. Status: free. 
  677.               Platforms: UNIX. Get-From: comp.sources.misc volume 8 
  678.               issues 65-75, 77-78 ( 1 Oct 1989) issue 97 (28 Oct 1989) 
  679.               (Other prerequisites: see README file at beginning of 
  680.               issue 65.). 
  681.  
  682.  
  683.     crossword.ps 
  684.       converts a specially formatted ASCII file to a crossword puzzle. 
  685.       By Carl Lydick. Just prepend to an ASCII file and send it to the 
  686.       printer. 
  687.  
  688.  
  689.               What: Written-in-PostScript, 
  690.               Converts-ASCII-to-PostScript. Status: free. Platforms: 
  691.               PostScript. Get-From: send a mail message whose body 
  692.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  693.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  694.               ESnet/NSInet, to SOL1::FILESERV). 
  695.  
  696.  
  697.     double.ps 
  698.       prints two pages of ASCII side by side in landscape mode. By Carl 
  699.       Lydick. 
  700.  
  701.  
  702.               What: Written-in-PostScript, 
  703.               Converts-ASCII-to-PostScript. Status: free. Platforms: 
  704.               PostScript. Get-From: send a mail message whose body 
  705.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  706.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  707.               ESnet/NSInet, to SOL1::FILESERV). 
  708.  
  709.  
  710.     dvips 
  711.       , by Tomas Rokicki of Radical Eye Software, is the most popular 
  712.       DVI to PostScript conversion program. It converts TeX and LaTeX 
  713.       DVI files into PostScript. It also allow you to use PostScript 
  714.       fonts and PostScript graphics inside TeX and LaTeX documents. The 
  715.       distribution includes the epsffile and psfig macro packages for 
  716.       including PostScript graphics. 
  717.  
  718.  
  719.               What: Converts-DVI-to-PostScript, 
  720.               Converts-PostScript-to-TeX, Converts-PostScript-to-LaTeX. 
  721.               Status: free. Platforms: UNIX. Get-From: 
  722.               labrea.stanford.edu:/pub/dvips*.tar.Z. 
  723.  
  724.  
  725.     DWB 3 
  726.       ??? 
  727.  
  728.  
  729.               What: ???. Status: ???. Platforms: ???. Get-From: ???. 
  730.  
  731.  
  732.     enscript 
  733.       formats text in 1 or 2 columns, portrait or landscape, manual 
  734.       paper feed, headers, line printer simulation, line wrap or 
  735.       truncation, control lines on page, fonts. 
  736.  
  737.  
  738.               What: Converts-ASCII-to-PostScript. Status: commercial -- 
  739.               a part of Transcript. Platforms: UNIX. Get-From: Adobe 
  740.               Systems. 
  741.  
  742.  
  743.     epsffile 
  744.       TeX macros to include PostScript figures in TeX or LaTeX 
  745.       documents. 
  746.  
  747.  
  748.               What: Converts-PostScript-to-TeX, 
  749.               Converts-PostScript-to-LaTeX. Status: free. Platforms: 
  750.               UNIX. Get-From: See the dvips entry. 
  751.  
  752.  
  753.     epsffit 
  754.       fits an EPSF file to a given bounding box. 
  755.  
  756.  
  757.               What: Bounding-Box. Status: free. Platforms: UNIX. 
  758.               Get-From: See the psutils entry. 
  759.  
  760.  
  761.     epsfinfo.ps 
  762.       converts PostScript output to encapsulated PostScript. 
  763.  
  764.  
  765.               What: Converts-PostScript-to-EPS. Status: free. 
  766.               Platforms: PostScript. Get-From: The Adobe fileserver: 
  767.               ftp.adobe.com. 
  768.  
  769.  
  770.     epsonps 
  771.       Epson LX-800 to PostScript translator, supports international 
  772.       character sets, IBM graphics characters, different width fonts, 
  773.       bit-mapped graphics. 
  774.  
  775.  
  776.               What: Converts-ASCII-to-PostScript. Status: free. 
  777.               Platforms: MS-DOS. Get-From: comp.sources.misc. 
  778.  
  779.  
  780.     eps2epsi 
  781.       does a conversion if you have GhostScript and Perl. 
  782.  
  783.  
  784.               What: Converts-EPS-to-EPSI. Status: free. Platforms: 
  785.               Perl. Get-From: 
  786.               wilma.cs.brown.edu:pub/postscript/eps2epsi.shar. 
  787.  
  788.  
  789.     ETSR 
  790.       in an Epson MX-80 to PostScript translator, includes Epson Mx-80 
  791.       graphics modes, supports virtual printers, PrintScreen key 
  792.  
  793.  
  794.               What: Converts-ASCII-to-PostScript. Status: commercial. 
  795.               Platforms: MS-DOS. Get-From: $ 75 from Niche Marketing, 
  796.               7198 Camino Colegio, Rohnert Park, CA 94928, USA. Phone 
  797.               +1 707-795-7306. Overseas shipping is $ 5 extra. CA 
  798.               residents please include 6.25 % sales tax. 
  799.  
  800.  
  801.     fixbb 
  802.       Gets the bounding box of a PostScript file made with Framemaker, 
  803.       because Frame gets it wrong sometimes. Uses an idea of Doug 
  804.       Crabhill's. 
  805.  
  806.  
  807.               What: Bounding-Box. Status: free. Platforms: You need 
  808.               Poskanzer's pbm toolkit, Ghostscript, and GNU awk (or awk 
  809.               and sed). Get-From: email to jgm@cs.brown.edu. 
  810.  
  811.  
  812.     fontutils 
  813.       ??? 
  814.  
  815.       The GNU font-making utilities. They can convert a PostScript font 
  816.       to TeX's TK format. 
  817.  
  818.  
  819.               What: Convert-PostScript-to-TK. Status: free. Platforms: 
  820.               UNIX. Get-From: prep.ai.mit.edu:pub/gnu. 
  821.  
  822.  
  823.     getafm 
  824.       outputs PostScript to retrieve an AFM file from printer. 
  825.  
  826.  
  827.               What: Device-Utility. Status: free. Platforms: UNIX. 
  828.               Get-From: See the psutils entry. 
  829.  
  830.  
  831.     Groff 
  832.       is a Free Software Foundation package that can convert troff to 
  833.       PostScript. 
  834.  
  835.  
  836.               What: Converts-Troff-to-PostScript. Status: free. 
  837.               Platforms: UNIX, C++. Get-From: prep.ai.mit.edu. 
  838.  
  839.  
  840.     gs_2asc.ps 
  841.       prints all the characters of a PostScript program as well as the 
  842.       (X,Y) positions. You can use the (X,Y) positions to retain the 
  843.       format of your document, as well as just the strings. 
  844.  
  845.  
  846.               What: Converts-PostScript-to-ASCII. Status: free. 
  847.               Platforms: GhostScript. Get-From: included in 
  848.               GhostScript. 
  849.  
  850.  
  851.     hp2pbm 
  852.       can convert all of PCL4 (up to and including rasters, downloaded 
  853.       fonts and macros). It's somewhat slow because it converts PCL 
  854.       into Poskanzer's Portable Bitmap format rasters (PBM) before 
  855.       generating PostScript, but it's theoretically pixel-for-pixel 
  856.       identical with the original PCL. Plus it's capable of driving 
  857.       many other types of graphics devices or printers. 
  858.  
  859.  
  860.               What: Converts-PCL-to-PBM, Converts-PCL-to-PostScript, 
  861.               Interpreter, Non-PostScript-Printer-Driver. Status: free. 
  862.               Platforms: UNIX. Get-From: comp.sources.misc, soon to be 
  863.               a part of Psroff3.0. 
  864.  
  865.  
  866.     hp2ps 
  867.       is an HPGL interpreter written in Postscript, with a small C 
  868.       wrapper program, to allow programs written for most pen plotters 
  869.       to work on Postscript output devices. Written by Alun Jones 
  870.       (alun@wst.com). 
  871.  
  872.  
  873.               What: Converts-HPGL-to-PostScript. Status: free. 
  874.               Platforms: PostScript, C. Get-From: 
  875.               huey.wst.com:/pub/hp2ps. 
  876.  
  877.  
  878.     hp2xx 
  879.       can convert HPGL into encapsulated PostScript. 
  880.  
  881.  
  882.               What: Converts-HPGL-to-PostScript, Converts-HPGL-to-EPS 
  883.               Status: free. Platforms: ??? Get-From: 
  884.               aeneas.mit.edu:pub/gnu/hp2xx-3.1.0.tar.z 
  885.  
  886.  
  887.     hpscat 
  888.       features Hangul (Korean). 
  889.  
  890.       Unfortunately, font is not a part of 'hpscat'. It's a property of 
  891.       ELEX Inc., a Korean Mac dealer. 
  892.  
  893.  
  894.               What: Converts-ASCII-to-PostScript. Status: ???. 
  895.               Platforms: UNIX. Get-From: kum.kaist.ac.kr or 
  896.               cair.kaist.ac.kr. 
  897.  
  898.  
  899.     i2ps 
  900.       handles ISO 8859/1 and Norwegian ISO 646. Written in Perl. Line 
  901.       numbers, wrap or truncate long lines, landscape, 2 or 3 column, 
  902.       control body font size. 
  903.  
  904.  
  905.               What: Converts-ASCII-to-PostScript. Status: free. 
  906.               Platforms: UNIX (any Perl platform). Get-From: Get-from 
  907.               alt.sources article (AAS.90Oct30172546@boeygen.nr.no) 
  908.               posted 30 October 1990. 
  909.  
  910.  
  911.     ImageMagick 
  912.       is an X11 package for display and interactive manipulation of 
  913.       images. Includes tools for image conversion, annotation, 
  914.       compositing, animation, and creating montages. ImageMagick can 
  915.       read and write many of the more popular image formats including 
  916.       Postscript. By John Cristy (cristy@dupont.com), E. I. du Pont de 
  917.       Nemours & Co. 
  918.  
  919.       ImageMagick uses GhostScript. 
  920.  
  921.  
  922.               What: Converts-Images, Converts-PostScript-to-TIFF, 
  923.               Document-Previewer, Converts-TIFF-to-PostScript. Status: 
  924.               free. Platforms: X11. Get-From: 
  925.               export.lcs.mit.edu:contrib/ImageMagick.tar.Z. 
  926.  
  927.  
  928.     imtools 
  929.       Converts just about everything in the image bitmap universe. 
  930.  
  931.  
  932.               What: Converts-Images. Status: free. Platforms: UNIX. 
  933.               Get-From: San Diego Supercomputer Center distributes 
  934.               binaries only. 
  935.  
  936.  
  937.     Impressario 
  938.       Converts text, SGI image, and PostScript (and a number of other 
  939.       formats) to print on HP Series II and III (PCL4 and above) 
  940.       printers. It includes format conversions, and even does 
  941.       line-by-line adaptive compression to ensure the fastest 
  942.       transmission times. 
  943.  
  944.       It's for use on any SGI box running IRIX 4.0.1 or later. 
  945.  
  946.       What: Converts-PostScript-to-PCL. Status: Commercial, $ 800. 
  947.       Platforms: SGI's IRIX. Get-From: Silicon Graphics. 
  948.  
  949.  
  950.     LameTeX 
  951.       can convert simple LaTeX to PostScript or to ASCII. 
  952.  
  953.       It specializes in complete versatility of the printed page. The 
  954.       standard model for text formatters is that every page is 
  955.       necessarily rectangular. LameTeX will let you format text inside 
  956.       a triangular page, or a circle page. Just like professional 
  957.       magazine editors, you can include pictures of any shape and ask 
  958.       the text to flow around them or inside them. 
  959.  
  960.       These flexible arbitrarily-shaped margins are PostScript paths. 
  961.       If you don't know PostScript, it contains a big library of 
  962.       interesting LameTeX page margins. With LameTeX you can fit 
  963.       several ``pages'' onto one 8.5x11 inch piece of paper, so you can 
  964.       easily make index cards, labels, and half-pages of text. 
  965.  
  966.       Also, if you know how to write programs in PostScript, LameTeX 
  967.       allows you to very tightly integrate your LameTeX commands with 
  968.       your PostScript code. In fact, the PostScript that LameTeX 
  969.       outputs is nicely formatted and commented so that you can modify 
  970.       it yourself and see how it's done. LameTeX is written with 
  971.       PostScript version 1, so it should run on all PostScript 
  972.       printers. 
  973.  
  974.       LameTeX is in use for Usenet FAQs for comp.lang.postscript, 
  975.       comp.sources.postscript, comp.text.tex, rec.boats, comp.fonts, 
  976.       alt.quotations, and comp.os.linux. 
  977.  
  978.       Finally, everything about LameTeX is set up to be compatible with 
  979.       LaTeX. LameTeX can't do everything that LaTeX can, but the 
  980.       special stealth commands guarantee that your fancy LameTeX 
  981.       document can be processed by normal LaTeX. This allows you to 
  982.       share it with anyone who doesn't happen to have LameTeX. 
  983.  
  984.       By Jon Monsarrat, jgm@cs.brown.edu. 
  985.  
  986.  
  987.               What: Converts-LaTeX-to-PostScript, Text-Formatter, 
  988.               Converts-LaTeX-to-ASCII. Status: free. Platforms: UNIX, 
  989.               any C++ platform. Get-From: 
  990.               wilma.cs.brown.edu:pub/lametex.tar.Z. 
  991.  
  992.  
  993.     landscape.ps 
  994.       prints pages of 132 characters by 60 lines in landscape mode in 9 
  995.       point Courier. By Carl Lydick. Just prepend to an ASCII file and 
  996.       send it to the printer. 
  997.  
  998.  
  999.               What: Written-in-PostScript, 
  1000.               Converts-ASCII-to-PostScript. Status: free. Platforms: 
  1001.               PostScript. Get-From: send a mail message whose body 
  1002.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  1003.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  1004.               ESnet/NSInet, to SOL1::FILESERV). 
  1005.  
  1006.  
  1007.     lineprinter.ps 
  1008.       is a simple text to PostScript translator. 
  1009.  
  1010.  
  1011.               What: Converts-ASCII-to-PostScript. Status: ???. 
  1012.               Platforms: PostScript. Get-From: from the Adobe file 
  1013.               server (see Section 6, ``About Adobe''). 
  1014.  
  1015.  
  1016.     lj2ps 
  1017.       does a conversion of a (small) subset of PCL into PostScript. By 
  1018.       Chris Lewis. 
  1019.  
  1020.       There is a different lj2ps in psroff3.0 which does a somewhat 
  1021.       more complete job (handles downloaded LJ fonts) and should work 
  1022.       well with most ``WP'' or text processing applications. 
  1023.  
  1024.  
  1025.               What: Converts-PCL-to-PostScript. Status: free. 
  1026.               Platforms: UNIX. Get-From: comp.sources.misc. 
  1027.  
  1028.  
  1029.     lpp 
  1030.       features headers, different paper sizes, borders, font, font 
  1031.       size, banner page, truncate or fold long lines, adjust margins, 
  1032.       Swedish ISO 646, ISO 8859/1, multiple copies, landscape or 
  1033.       portrait, multiple columns, localized date, double-sided 
  1034.       printing, nroff font selection, and more. 
  1035.  
  1036.  
  1037.               What: Converts-ASCII-to-PostScript. Status: free. 
  1038.               Platforms: UNIX, VMS, TOPS-20. Get-From: send request to 
  1039.               fred@nada.kth.se (Fredric Ihren). UNIX-version is 
  1040.               shareware ( 8 single-user, 12 multi-user). TOPS-20 and 
  1041.               VMS versions free. 
  1042.       . 
  1043.  
  1044.  
  1045.     lprps 
  1046.       is a collection of programs for interfacing the BSD lpr spooler 
  1047.       to a PostScript printer over a bidirectional serial link. 
  1048.  
  1049.  
  1050.  
  1051.             What: 
  1052.               Device-Utility 
  1053.  
  1054.             Status: 
  1055.               free 
  1056.  
  1057.             Platforms: 
  1058.               UNIX (SunOS, Ultrix, and other BSD-based versions) 
  1059.  
  1060.             Get-From: 
  1061.               comp.sources.misc volumes 31 and 32, or 
  1062.               ftp.jclark.com:/pub/lprps/lprps-2.4.tar.Z 
  1063.  
  1064.       lwf features indent, portrait/landscape, margin adjust, page 
  1065.       range, point size, tab stops, headers, page reversal, multicolumn 
  1066.       printing (via pr). 
  1067.  
  1068.  
  1069.               What: Converts-ASCII-to-PostScript. Status: free. 
  1070.               Platforms: UNIX. 
  1071.  
  1072.             Get-From: 
  1073.               comp.sources.unix volume 15 issue 8, 25 May 1988, archive 
  1074.               name lwf (obsolete version with minor bugs). An updated 
  1075.               version can be ftp'ed from cs.ubc.ca (137.82.8.5) as 
  1076.               pub/lwf-2.2.shar.Z. 
  1077.  
  1078.  
  1079.     macps 
  1080.       is a Unix program that takes an uploaded PostScript file created 
  1081.       on a Macintosh (by typing Command-F at the LaserWriter dialog 
  1082.       box; see macps.1 for more details) and includes an appropriately 
  1083.       modified LaserPrep file so that the result can be sent to a 
  1084.       PostScript printer from Unix. The LaserPrep file contains macros 
  1085.       used by the PostScript generator on the Macintosh. 
  1086.  
  1087.       Macps is difficult to install, and may not really be necessary. 
  1088.  
  1089.  
  1090.               What: Device-Utility. Status: free. Platforms: UNIX. 
  1091.               Get-From: 
  1092.               src.doc.ic.ac.uk:/computing/systems/mac/macps/macps-23.shar 
  1093.               and sumex-aim.stanford.edu:/info-mac/unix/macps-23.shar. 
  1094.  
  1095.  
  1096.     mutips 
  1097.       is a package that can print four pages to a sheet, etc. 
  1098.  
  1099.  
  1100.               What: Page-Reordering. Status: free. Platforms: ???. 
  1101.               Get-From: ftp.su.oz.au: pub/ps_printing/multi/* 
  1102.  
  1103.  
  1104.     mp 
  1105.       lets you print mail messages and news articles, including 
  1106.       digests, as well as ASCII text files. 2-up landscape mode. Prints 
  1107.       Filofax, Franklin Planner, Time Manager, and Time/System 
  1108.       International formats. 
  1109.  
  1110.  
  1111.               What: Converts-ASCII-to-PostScript. Status: free. 
  1112.               Platforms: UNIX. Get-From: iesd.auc.dk (130.225.48.4) in 
  1113.               the PostScript directory, or ftp.adelaide.edu.au 
  1114.               (129.127.40.3) in the pub/sun/richb directory. 
  1115.  
  1116.  
  1117.     mpage 
  1118.       prints ASCII or PostScript 1-, 2-, 4-, or 8-up, optionally boxed 
  1119.       or landscape. Automatically figures out whether input is ASCII 
  1120.       text or PostScript. Can arrange pages down or across and print a 
  1121.       count of pages printed. 
  1122.  
  1123.  
  1124.               What: Converts-ASCII-to-PostScript. Status: free. 
  1125.               Platforms: UNIX. Get-From: 
  1126.               ftp.eng.umd.edu:pub/misc/mpage-2.tar.Z. 
  1127.  
  1128.  
  1129.     nenscript 
  1130.       is an enscript clone. 
  1131.  
  1132.  
  1133.               What: Converts-ASCII-to-PostScript. Status: free. 
  1134.               Platforms: MS-DOS, UNIX, OS/2. Get-From: 
  1135.               comp.lang.postscript article 
  1136.               (geoffw.718500346@extro.ucc.su.OZ.AU), posted 7 October 
  1137.               1992. You can find nenscript for OS/2 1.x--2.0 and MSDOS 
  1138.               on ftp-os2.nmsu.edu in pub/os2/all/nensc113.zip. A 
  1139.               portable unzip program is available in comp.sources.misc. 
  1140.  
  1141.  
  1142.     numbered.ps 
  1143.       prints pages of 80 characters by 58 lines in portrait mode, with 
  1144.       pages numbered in the lower-right corner in 11 point Courier. By 
  1145.       Carl Lydick. Just prepend to an ASCII file and send it to the 
  1146.       printer. 
  1147.  
  1148.  
  1149.               What: Written-in-PostScript. Status: free. Platforms: 
  1150.               PostScript. Get-From: send a mail message whose body 
  1151.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  1152.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  1153.               ESnet/NSInet, to SOL1::FILESERV). 
  1154.  
  1155.  
  1156.     quarto.c 
  1157.       shuffles and scales PostScript pages. It does signature printing, 
  1158.       reversal, page selection, page listing, etc. By Michael Hawley. 
  1159.  
  1160.  
  1161.               What: Page-Reordering. Status: free. Platforms: C. 
  1162.               Get-From: wilma.cs.brown.edu:pub/postscript/quarto.c. 
  1163.  
  1164.  
  1165.     PBM utilities 
  1166.       in the X11R4 and X11R5 distributions can convert between many 
  1167.       image formats. They handle: 
  1168.  
  1169.     
  1170.         Sun icon file                               reading writing
  1171.         Sun raster file                             reading writing
  1172.         X10 and X11 bitmap file                     reading writing
  1173.         MacPaint                                    reading writing
  1174.         CMU window manager format                   reading writing
  1175.         MGR format                                  reading writing
  1176.         Group 3 FAX                                 reading writing
  1177.         X11 window dump file                        reading writing
  1178.         X10 window dump file                        reading
  1179.         Xerox doodle brushes                        reading
  1180.         GEM .img format                             reading
  1181.         PC paintbrush (.pcx) format                 reading
  1182.         PICT                                        reading
  1183.         ASCII graphics                                      writing
  1184.         HP LaserJet format                                  writing
  1185.         GraphOn graphics                                    writing
  1186.         BBN BitGraph graphics                               writing
  1187.         Printronix format                                   writing
  1188.     
  1189.       See PPM and PGM for more X Windows conversion help. 
  1190.  
  1191.  
  1192.               What: Converts-Images. Status: ???. Platforms: X11. 
  1193.               Get-From: ???. 
  1194.  
  1195.  
  1196.     PBMPLUS 
  1197.       can convert between a lot of image formats. By Jef Poskanzer. 
  1198.  
  1199.  
  1200.               What: Converts-Images. Status: ???. Platforms: ???. 
  1201.               Get-From: export.lcs.mit.edu as /contrib/pbmplus*.tar.Z. 
  1202.  
  1203.  
  1204.     pc2ps 
  1205.       handles IBM code page 437 line graphic symbols. 
  1206.  
  1207.  
  1208.               What: Converts-ASCII-to-PostScript. Status: ???. 
  1209.               Platforms: MS-DOS. Get-From: GIERSIG@EDVZ.ATI.ADA.AT 
  1210.               (Roland Giersig). 
  1211.  
  1212.  
  1213.     PdB 
  1214.       version 2.1 is an ANSI-C to PostScript optimizing compiler that 
  1215.       allows you to write PostScript programs in C. 
  1216.  
  1217.       There is no more need to write PostScript! Start using PdB right 
  1218.       now! PdB is an optimizing compiler to compile ANSI-C (like) code 
  1219.       into Adobe compatible PostScript. The release of version 2.1 
  1220.       includes: 
  1221.  
  1222.       Binaries for Sun SPARC station and IBM RS6000; Include files for 
  1223.       Abobe PostScript level; Include files for NeWS upto version 3.1.; 
  1224.       Include files for TNT upto version 3.1.; Support for CPS 
  1225.       OpenWindows upto version 3.1.; Support NeWS classing in a C++ 
  1226.       manner; Plenty of examples of all the above functions.; 
  1227.       NeWS/OpenWindows test suite.; PostScript reference manual.; UNIX 
  1228.       manual pages. 
  1229.  
  1230.  
  1231.               What: Converts-C-to-PostScript. Status: free. Platforms: 
  1232.               ANSI-C. Get-From: turing.com:pub/pdb2.1-demo.tar.Z. 
  1233.  
  1234.  
  1235.     PGM utilities 
  1236.       in the X11R4 and X11R5 distributions can convert between many 
  1237.       image formats. They handle: 
  1238.  
  1239.     
  1240.         TIFF                                        reading
  1241.         Usenix FaceSaver file                       reading
  1242.         HIPS                                        reading
  1243.         FITS                                        reading writing
  1244.         PostScript ``image'' data                     reading
  1245.         raw grayscale bytes                         reading
  1246.         Encapsulated PostScript                             writing
  1247.     
  1248.       See PBM and PPM for more X Windows conversion help. 
  1249.  
  1250.  
  1251.               What: Converts-Images. Status: ???. Platforms: X11. 
  1252.               Get-From: ???. 
  1253.  
  1254.  
  1255.     portrait.ps 
  1256.       prints pages of 80 characters by 60 lines in portrait mode in 11 
  1257.       point Courier. Just prepend to an ASCII file and send it to the 
  1258.       printer. 
  1259.  
  1260.  
  1261.               What: Converts-ASCII-to-PostScript, 
  1262.               Written-in-PostScript. Status: free. Platforms: 
  1263.               PostScript. Get-From: send a mail message whose body 
  1264.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  1265.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  1266.               ESnet/NSInet, to SOL1::FILESERV). 
  1267.  
  1268.  
  1269.     Post 
  1270.       handles control margins, fonts, orientation, scaling This is not 
  1271.       the same as Post for the Amiga. 
  1272.  
  1273.  
  1274.               What: Converts-ASCII-to-PostScript. Status: shareware ( $ 
  1275.               5). Platforms: MS-DOS. Get-From: F. C. Betts, Veda 
  1276.               Incorporated, Suite 200, 5200 Springfield Pike, Dayton, 
  1277.               OH 45431, U.S.A. 
  1278.  
  1279.  
  1280.     POSTPRN 
  1281.       is a device driver that prints portrait and landscape, and 1-up, 
  1282.       2-up, and 4-up pages. Automatically converts ASCII to PostScript 
  1283.       simply by opening the device and writing to it. 
  1284.  
  1285.  
  1286.               What: Converts-ASCII-to-PostScript. Status: free. 
  1287.               Platforms: MS-DOS. Get-From: 
  1288.               grape.ecs.clarkson.edu:/d/dosutil/postprn.zip 
  1289.               (315)268-6667 (1N8, 12/2400), file area 7, postprn.zip. 
  1290.  
  1291.  
  1292.     PostScript Processing Speed Test version 3.1 
  1293.       measures the speed of your PostScript device. By Jean-Serge 
  1294.       Gagnon. 
  1295.  
  1296.  
  1297.               What: Device-Utility. Status: free. Platforms: ???. 
  1298.               Get-From: GAAJ.UOTTAWA.CA (132.122.6.203). 
  1299.  
  1300.  
  1301.     The PostScript Zone 
  1302.       lets you pretend your PostScript programming space is three 
  1303.       dimensional. This package is a set of headers that you can add to 
  1304.       your files to make them know how to draw in three dimensions. By 
  1305.       Jonathan Monsarrat (jgm@cs.brown.edu). 
  1306.  
  1307.       The page, of course, is a perspective two-dimensional projection 
  1308.       of this three-dimensional drawing space. You can adjust this 
  1309.       projection, rotate your three-dimensional coordinate system, 
  1310.       translate, and so on. 
  1311.  
  1312.       You can convert any 2D PostScript image into 3-space, warping it 
  1313.       over any arbitrary transformation or over a surface. 
  1314.  
  1315.       The Zone is written entirely in PostScript level 1 and runs on 
  1316.       any PostScript device. 
  1317.  
  1318.       The Zone comes with a C program that lets you interactively build 
  1319.       a 3D image and rotate it with simple keystrokes. 
  1320.  
  1321.       The PostScript Zone also has examples of arbitrary non-affine 
  1322.       transformations and conformal mapping. 
  1323.  
  1324.  
  1325.               What: 3D, Warps, Conformal-Mapping, 
  1326.               Written-in-PostScript. Status: free. Platforms: 
  1327.               PostScript. Get-From: wilma.cs.brown.edu:pub/zone.tar.Z. 
  1328.  
  1329.  
  1330.     postscript.el 
  1331.       is an emacs mode for PostScript programming. There's a much 
  1332.       better version of Chris Maio's -- it's definitely worth replacing 
  1333.       your September 1988 version with the 11/22/90 patch by John 
  1334.       Relph. 
  1335.  
  1336.  
  1337.               What: Programmer-Utility, elisp. Status: free. Platforms: 
  1338.               Emacs. Get-From: 
  1339.               wilma.cs.brown.edu:pub/postscript/postscript.el. 
  1340.  
  1341.  
  1342.     pps 
  1343.       is designed to be extended into further tools. It consists of a 
  1344.       front-end that converts the file into generic PostScript. You 
  1345.       tack a header onto it that defines the behavior of tabs, font 
  1346.       changes, newlines, formfeeds, and so on. 
  1347.  
  1348.  
  1349.               What: Converts-ASCII-to-PostScript. Status: free. 
  1350.               Platforms: UNIX. Get-From: alt.sources and 
  1351.               comp.lang.postscript article 
  1352.               (1992May13.013042.23844@NeoSoft.com), posted 13 May 1992. 
  1353.  
  1354.  
  1355.     psformat.shar 
  1356.       is a PostScript code beautifier. 
  1357.  
  1358.  
  1359.               What: Converts-PostScript-to-PostScript. Status: free. 
  1360.               Platforms: ???. Get-From: The Adobe file server, 
  1361.               ftp.adobe.com. 
  1362.  
  1363.  
  1364.     pstoepsi 
  1365.       converts arbitrary PostScript to Encapsulated PostScript with an 
  1366.       optional preview Image using either a UNIX based or PC based 
  1367.       (TIFF) preview format. This means it can generate EPS, EPSI, and 
  1368.       EPSF. By Doug Crabill (dgc@cs.purdue.edu). 
  1369.  
  1370.  
  1371.               What: Converts-PostScript-to-EPS, 
  1372.               Converts-PostScript-to-EPSI. Status: free. Platforms: 
  1373.               UNIX, need PBMPLUS and either GhostScript or OpenWindows 
  1374.               (version 2 or 3). Get-From: 
  1375.               ftp.cs.purdue.edu:pub/pstoepsi-1.2.shar.Z 
  1376.  
  1377.  
  1378.     PPM 
  1379.       utilities in the X11R4 and X11R5 distributions can convert 
  1380.       between many image formats. They handle: 
  1381.  
  1382.     
  1383.         color Sun raster file                       reading writing
  1384.         GIF                                         reading writing
  1385.         Amiga IFF ILBM                              reading writing
  1386.         color X11 window dump file                  reading writing
  1387.         color X10 window dump file                  reading
  1388.         MTV ray-tracer output                       reading
  1389.         QRT ray-tracer output                       reading
  1390.         TrueVision Targa file                       reading
  1391.         Img-whatnot file                            reading
  1392.         color Encapsulated PostScript                       writing
  1393.     
  1394.       See PBM and PGM for more X Windows conversion help. 
  1395.  
  1396.  
  1397.               What: Converts-Images. Status: ???. Platforms: X11. 
  1398.               Get-From: ???. 
  1399.  
  1400.  
  1401.     printer 
  1402.       uses Monofont (Courier); monosize (12 pitch). With other devps 
  1403.       programs, it supports portrait and landscape printing, manual 
  1404.       feed, reverse page order printing, message and other overlays, 
  1405.       control-L (form feed) page eject. 
  1406.  
  1407.  
  1408.               What: Converts-ASCII-to-PostScript. Status: commercial. 
  1409.               Platforms: UNIX, MS-DOS. Get-From: Part of Pipeline 
  1410.               Associates' devps package. 
  1411.  
  1412.  
  1413.     ps2a.sh 
  1414.       Converts PostScript to ASCII on a Sun by sending the PS into psh 
  1415.       or Ghostscript. The ASCII is spat back out on stdout. It does a 
  1416.       reasonable job since it uses positional information to determine 
  1417.       word breaks. The greatest weakness is that it does not understand 
  1418.       fonts. 
  1419.  
  1420.  
  1421.               What: Converts-PostScript-to-ASCII. Status: free. 
  1422.               Platforms: UNIX. Get-From: 
  1423.               macadam.mpce.mq.edu.au:/pub/comp/src/ps2a.sh or 
  1424.               iamsun.unibe.ch:PostScript/ps2a.sh. 
  1425.  
  1426.  
  1427.     ps2ascii 
  1428.       The output from this gives a rough ascii version of the 
  1429.       postscript document. Requires a PostScript interpreter (such as 
  1430.       Ghostscript) and perl. Written by Steven Dick (ssd@engr.ucf.edu). 
  1431.  
  1432.  
  1433.               What: Converts-PostScript-to-ASCII. Status: free. 
  1434.               Platforms: UNIX. Get-From: 
  1435.               apocalypse.engr.ucf.edu:/usr/ssd/ps2ascii.shar. 
  1436.  
  1437.  
  1438.     ps2ascii.pl 
  1439.       prints all the words of a PostScript program. 
  1440.  
  1441.  
  1442.               What: Converts-PostScript-to-ASCII. Status: free. 
  1443.               Platforms: UNIX (any Perl platform). Get-From: 
  1444.               wilma.cs.brown.edu:pub/postscript/ps2ascii.pl. 
  1445.  
  1446.  
  1447.     ps2ascii.ps 
  1448.       prints all the words of a PostScript program as well as the (X,Y) 
  1449.       positions. You can use the (X,Y) positions to retain the format 
  1450.       of your document, as well as just the strings. 
  1451.  
  1452.  
  1453.               What: Converts-PostScript-to-ASCII, 
  1454.               Written-in-PostScript. Status: free. Platforms: 
  1455.               PostScript. Get-From: 
  1456.               wilma.cs.brown.edu:pub/postscript/ps2ascii.ps. 
  1457.  
  1458.  
  1459.     ps2eps-11 
  1460.       is a UNIX program that lets you convert an EPS file into EPSF. It 
  1461.       uses GhostScript and PBMPLUS. It creates a macbinary file which 
  1462.       can be transferred to the Mac using macbinary option. It can use 
  1463.       almost any PS including that from some other Mac application 
  1464.       after cleaning with macps. 
  1465.  
  1466.  
  1467.               What: Converts-EPS-to-EPSF. Status: free. Platforms: 
  1468.               UNIX. Get-From: 
  1469.               sumex-aim.stanford.edu:info-mac/unix/ps2eps-11.shar. 
  1470.  
  1471.  
  1472.     ps2pk 
  1473.       is astandalone C program which rasterizes a PostScript font into 
  1474.       TeX's PK format. 
  1475.  
  1476.  
  1477.               What: Converts-PostScript-to-TeX. Status: free. 
  1478.               Platforms: ???. Get-From: ftp.urc.tue.nl, 
  1479.               ipc1.rrzn.uni-hannover.de:/pub/tex/utilities/ps2pk, 
  1480.               rusmv1.rus.uni-stuttgart.de:/.serv2/soft/tex/utilities/ps2pk, 
  1481.               miki.cs.titech.ac.jp:/pub/text/TeX/misc/ps2pk, 
  1482.               src.doc.ic.ac.uk:/packages/tex/fonts/utilities/ps2pk. 
  1483.  
  1484.  
  1485.     ps2txt 
  1486.       is by Iqbal Qazi. 
  1487.  
  1488.  
  1489.               What: Converts-PostScript-to-ASCII. Status: ???. 
  1490.               Platforms: ???. Get-From: 
  1491.               reseq.regent.e-technik.tu-muenchen.de in 
  1492.               /informatik.public/news/alt.sources/ps2txt, 
  1493.               keos.helsinki.fi in /pub/archives/alt.sources/ps2txt. 
  1494.  
  1495.  
  1496.     ps2a.sh 
  1497.       is a UNIX shellscript that redefines the show and related 
  1498.       operators in the manner you suggest, and decides when kerning is 
  1499.       taking place. By Leonard Hamey. 
  1500.  
  1501.  
  1502.               What: Converts-PostScript-to-ASCII. Status: free. 
  1503.               Platforms: UNIX. Get-From: ftp.mpce.mq.edu.au. 
  1504.  
  1505.  
  1506.     psbook 
  1507.       can rearrange pages in a PostScript file into ``signatures''. 
  1508.       This is useful for printing books or booklets. 
  1509.  
  1510.       From the psutils collection by Angus Duggan. 
  1511.  
  1512.  
  1513.               What: Page-Reordering. Status: free. Platforms: UNIX. 
  1514.               Get-From: See the psutils entry. 
  1515.  
  1516.  
  1517.     psbox 
  1518.       allows ps files to be included in TeX documents, and allows ps 
  1519.       figures to to resized as required. 
  1520.  
  1521.  
  1522.               What: Converts-PostScript-to-TeX Status: free. Platforms: 
  1523.               TeX Get-From: cs.nyu.eduu:pub/tex/psbox 
  1524.  
  1525.  
  1526.     psf 
  1527.       can do 2-up, 4-up, landscape, portrait, control fonts and sizes, 
  1528.       double-sided printing, scaling, banner page. 
  1529.  
  1530.  
  1531.               What: Converts-ASCII-to-PostScript. Status: free. 
  1532.               Platforms: UNIX, Xenix, MS-DOS. Get-From: 
  1533.               comp.sources.misc volume 12 issues 104-109, archive name 
  1534.               psf2. Or ftp to fsa.cpsc.ucalgary.ca:pub/psf/psf3.5.tar.Z 
  1535.  
  1536.  
  1537.     PsFrag, 
  1538.       by Craig Barratt, is a set of LaTeX macros for overlaying 
  1539.       postscript figures with fragments of LaTeX. More precisely, the 
  1540.       PsFrag macros allow specific pieces of postscript text in a 
  1541.       postscript figure (included via\epsfbox or\special) to be 
  1542.       replaced with arbitrary fragments of LaTeX. When your document is 
  1543.       latex'ed and dvips'ed, each piece of postscript text is replaced 
  1544.       by the LaTeX text. 
  1545.  
  1546.       The postscript file might be produced, for example, by xfig, 
  1547.       idraw, matlab, xmath, etc. Each string displayed by postscript's 
  1548.       show operator is a candidate for replacement by LaTeX text, math 
  1549.       symbols, equations, pictures etc. For example, you can include a 
  1550.       matlab plot in a LaTeX document with the title, axis labels, and 
  1551.       legend generated by LaTeX. 
  1552.  
  1553.       The LaTeX fragments can be optionally rotated, scaled, and 
  1554.       repositioned relative to the text being replaced. The LaTeX 
  1555.       fragments automatically track the postscript text position as the 
  1556.       postscript file is modified, or as the scaling and offsets of the 
  1557.       \special or\epsfbox are changed. 
  1558.  
  1559.       You need GhostScript and dvips from Radical Eye Software to use 
  1560.       the program. 
  1561.  
  1562.  
  1563.               What: Converts-TeX-to-PostScript, 
  1564.               Converts-LaTeX-to-PostScript, Text-Formatter, 
  1565.               Converts-PostScript-to-TeX, Converts-PostScript-to-LaTeX. 
  1566.               Status: free. Platforms: UNIX. Get-From: 
  1567.               isl.stanford.edu:pub/boyd/psfrag/psfrag.tar.Z. 
  1568.  
  1569.  
  1570.     psfig 
  1571.       allows you to include PostScript easily in your LaTeX or TeX or 
  1572.       ditroff documents. By Trevor Darrell. 
  1573.  
  1574.  
  1575.               What: Text-Formatter, Converts-PostScript-to-TeX, 
  1576.               Converts-PostScript-to-LaTeX, 
  1577.               Converts-PostScript-to-Troff. Status: free. Platforms: 
  1578.               UNIX. Get-From: ftp.uu.net 
  1579.               /usenet/comp.sources.unix/volume11/psfig or 
  1580.               csc-sun.math.utah.edu:/pub/tex/pub/psfig 
  1581.  
  1582.  
  1583.     psnup 
  1584.       puts many PostScript pages on one page. 
  1585.  
  1586.  
  1587.               What: Page-Reordering. Status: free. Platforms: ???. 
  1588.               Get-From: Part of psutils. . 
  1589.  
  1590.  
  1591.     PSR 
  1592.       is a DOS version of the UNIX program. 
  1593.  
  1594.  
  1595.               What: ???. Status: Converts-ASCII-to-PostScript. 
  1596.               Platforms: MS-DOS. Get-From: Bill Silvert 
  1597.               (silvert@biome.bio.ns.ca). 
  1598.  
  1599.  
  1600.     psroff3.0 
  1601.       contains programs that can convert TeX PK format or HP SFP format 
  1602.       fonts into PostScript bitmap fonts. While bitmap fonts scale 
  1603.       poorly, this is sometimes of use in special circumstances. By 
  1604.       Chris Lewis. 
  1605.  
  1606.  
  1607.               What: Converts-PK-to-PostScript, 
  1608.               Converts-SFP-to-PostScript. Status: free. Platforms: 
  1609.               UNIX, for psxlate and asc2ps also VMS. Get-From: 
  1610.               ftp.uunet.ca in distrib/chris_lewis/psroff3.0. 
  1611.  
  1612.  
  1613.     psselect 
  1614.       lets you select pages and ranges of pages to be printed from 
  1615.       among all the pages of a big document. 
  1616.  
  1617.  
  1618.               What: Page-Reordering. Status: free. Platforms: UNIX. 
  1619.               Get-From: See the psutils entry. 
  1620.  
  1621.  
  1622.     pstext 
  1623.       handles tabs and backspaces, prints two-up, landscape or 
  1624.       portrait. 
  1625.  
  1626.  
  1627.               What: Converts-ASCII-to-PostScript. Status: free. 
  1628.               Platforms: UNIX. Get-From: email to jgm@cs.brown.edu . 
  1629.  
  1630.  
  1631.     pstops 
  1632.       rearranges the pages in a PostScript file. 
  1633.  
  1634.  
  1635.               What: Page-Reordering. Status: ???. Platforms: UNIX. 
  1636.               Get-From: See the psutils entry. 
  1637.  
  1638.  
  1639.     PSTricks 
  1640.       v0.93 is an extensive collection of PostScript macros that is 
  1641.       compatible with most TeX macro packages, including Plain TeX , 
  1642.       LaTeX AmSTeX and AmS-LaTeX. Included are macros for color, 
  1643.       graphics, rotation, trees and overlays. It has several special 
  1644.       features: 
  1645.  
  1646.  
  1647.  
  1648.        * There is a wide variety of graphics (picture drawing) macros, 
  1649.          with a flexible interface and with color support. All lines 
  1650.          and outlines can be solid, dotted or dashed. Lines and curves 
  1651.          can have arrowheads, t-bars, brackets or circles on the ends. 
  1652.          Regions can be filled with solid colors, lines or crosshatch. 
  1653.          By Timothy Van Zandt 
  1654.  
  1655.  
  1656.        * There is support for polar and cartesian coordinate systems. 
  1657.  
  1658.  
  1659.        * There are macros for plots and axes. 
  1660.  
  1661.  
  1662.        * Nested rotations can be made with respect to the physical 
  1663.          page. 
  1664.  
  1665.  
  1666.        * There are flexible node macros, useful for trees, mathematical 
  1667.          diagrams, and linking information of any kind. 
  1668.  
  1669.  
  1670.        * There is a powerful loop macro that is useful for making 
  1671.          pictures. 
  1672.  
  1673.  
  1674.        * There are macros for coloring or shading the cells of tables. 
  1675.  
  1676.  
  1677.               What: Text-Formatter, Converts-PostScript-to-TeX, 
  1678.               Converts-PostScript-to-LaTeX. Status: free. Platforms: 
  1679.               UNIX. Get-From: princeton.edu:pub/tvz/pstricks.tar.Z. 
  1680.  
  1681.  
  1682.     PSxlate is part of psroff3.0, and is available from 
  1683.  
  1684.  
  1685.               What: Page-Reordering, Device-Utility. Status: free. 
  1686.               Platforms: UNIX. Get-From: comp.sources.unix archives, or 
  1687.               ftp.uunet.ca in /distrib/chris_ 
  1688.               lewis/psroff3.0/part??.Z. 
  1689.  
  1690.  
  1691.     psutils is a set of useful PostScript utilities: epsffit, 
  1692.       getafm, psbook, psnup, psselect, pstops, and showchar. By Angus 
  1693.       Duggan 
  1694.  
  1695.  
  1696.               What: Converts-ASCII-to-PostScript, Page-Reordering. 
  1697.               Status: free. Platforms: UNIX. Get-From: 
  1698.               ftp.dcs.ed.ac.uk:pub/ajcd/psutils.tar.Z. 
  1699.  
  1700.  
  1701.     SerialOff.PS works with SerialEHandler.ps to communicate 
  1702.       bidirectionally to the printer. Works on PostScript 2 printers 
  1703.       only. 
  1704.  
  1705.  
  1706.               What: Device-Utility. Status: free. Platforms: . 
  1707.               Get-From: wilma.cs.brown.edu:pub/postscript. 
  1708.  
  1709.  
  1710.     showchar outputs PostScript to draw a character with metric 
  1711.       information. 
  1712.  
  1713.  
  1714.               What: Font-Utility. Status: free. Platforms: UNIX. 
  1715.               Get-From: See the psutils entry. 
  1716.  
  1717.  
  1718.     spike.ps prints out an ASCII file in PostScript. Just prepend 
  1719.       to an ASCII file and send it to the printer. You can play with 
  1720.       the margins, font, etc. easily. By John Hughes. 
  1721.  
  1722.  
  1723.               What: Converts-ASCII-to-PostScript. Status: PostScript. 
  1724.               Platforms: Written-in-PostScript. Get-From: 
  1725.               wilma.cs.brown.edu:pub/postscript/spike.ps. 
  1726.  
  1727.  
  1728.     StripFonts strips out font definitions from a PostScript file 
  1729.       intended to be printed on a printer which already knows the 
  1730.       fonts. 
  1731.  
  1732.  
  1733.               What: Font-Utility. Status: free. Platforms: Macintosh. 
  1734.               Get-From: ???. 
  1735.  
  1736.  
  1737.     swtext started off as a clone of Adobe's ``enscript'', but is 
  1738.       now greatly enhanced, and has large numbers of columns, 
  1739.       ``document'' mode with paragraph fills and *bold* and_italic _ 
  1740.       printing (controlled by *...* and_... _ respectively), more 
  1741.       control over page layout.... 
  1742.  
  1743.  
  1744.               What: Converts-ASCII-to-PostScript. Status: commercial. 
  1745.               Platforms: ???. Get-From: Harlequin Ltd, Barrington Hall, 
  1746.               Barrington, Cambridge, CAMBS, United Kingdom. 
  1747.               scriptworks-request@harlqn.co.uk. 
  1748.  
  1749.  
  1750.     t1utils can convert PFB to PFA. By Lee Hetherington. 
  1751.  
  1752.  
  1753.               What: Converts-PFB-to-PFA, Converts-PFA-to-PFB. Status: 
  1754.               free. Platforms: ???. Get-From: ftp.cs.umb.edu 
  1755.               (192.12.26.23): /pub/misc/t1utils-1.1.tar.Z. 
  1756.  
  1757.  
  1758.     text2ps allows arbitrary rotation, control body font, body 
  1759.       font size, horizontal spacing, leading, left margin on even and 
  1760.       odd pages, top margin, fold long lines 
  1761.  
  1762.  
  1763.               What: Converts-ASCII-to-PostScript. Status: ???. 
  1764.               Platforms: DOS, UNIX?. Get-From: comp.binaries.ibm.pc, 
  1765.               volume 1, archive name text2ps. 
  1766.  
  1767.  
  1768.     TOPS is a very simple text to ps filter. Quite fast. 
  1769.  
  1770.  
  1771.               What: Converts-ASCII-to-PostScript. Status: free. 
  1772.               Platforms: MS-DOS. Get-From: Ian Farquhar 
  1773.               (ifarqhar@macuni.mqcc.mq.oz.au). 
  1774.  
  1775.  
  1776.     Trimmer strips out font definitions from a PostScript file 
  1777.       intended to be printed on a printer which already knows the 
  1778.       fonts. 
  1779.  
  1780.  
  1781.               What: Font-Utility. Status: Shareware. Platforms: 
  1782.               Macintosh. Get-From: ???. 
  1783.  
  1784.  
  1785.     unps 
  1786.  
  1787.  
  1788.               What: Converts-PostScript-to-ASCII. Status: free. 
  1789.               Platforms: POSIX, UNIX with nawk. Get-From: 
  1790.               wilma.cs.brown.edu:pub/postscript/unps. 
  1791.  
  1792.  
  1793.     up is a Perl hack to convert ps files to n-up (conforming 
  1794.       output from conforming input, so you can pass it through 
  1795.       again...), where n is whatever you want it to be, based on a 
  1796.       configuration file. It also includes page-reordering for 
  1797.       book-making. 
  1798.  
  1799.  
  1800.               What: Page-Reordering. Status: free. Platforms: Perl. 
  1801.               Get-From: comp.sources.misc late in '89 (volume 8). 
  1802.  
  1803.  
  1804.     wide.ps prints pages of 132 characters by 103 lines in 
  1805.       portrait mode in 6 point Courier. Just prepend to an ASCII file 
  1806.       and send it to the printer. By Carl Lydick. 
  1807.  
  1808.  
  1809.               What: Converts-ASCII-to-PostScript, 
  1810.               Written-in-PostScript. Status: free. Platforms: 
  1811.               PostScript. Get-From: send a mail message whose body 
  1812.               consists of the line ``SEND ASCII_TO_POSTSCRIPT'' to 
  1813.               FILESERV@SOL1.GPS.CALTECH.EDU (or, if you're on 
  1814.               ESnet/NSInet, to SOL1::FILESERV). 
  1815.  
  1816.  
  1817.     wmap2ps converts map files (MP1 format) from John B. 
  1818.       Allison's 'The World Digitized' package to EPSF 2.0 conforming 
  1819.       PostScript files. The latitude is usually projected using the 
  1820.       mercator projection and the resulting figure may be scaled and 
  1821.       positioned to the needs of the user. 
  1822.  
  1823.  
  1824.               What: Converts-MP1-to-PostScript. Status: free. 
  1825.               Platforms: PostScript. Get-From: 
  1826.               wilma.cs.brown.edu:pub/postscript/wmap2ps.shar. 
  1827.  
  1828.  
  1829.     xpr is converts the bitmap from any X window to PostScript. 
  1830.  
  1831.       To convert an image to PostScript in X windows, you can display 
  1832.       the image on the screen and then use ``xpr -device ps'' in the 
  1833.       resulting X11 window. For example, to convert GIF to PostScript, 
  1834.       use xv or xshowgif (ftp from bongo.cc.utexas.edu (128.83.186.13)) 
  1835.       and then xpr. 
  1836.  
  1837.  
  1838.               What: Converts-Images. Status: ???. Platforms: X11. 
  1839.               Get-From: ???. 
  1840.